home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 240 (DVD) / Issue 240 - February 2008 - DPCS0208DVD.ISO / Extras / NetObjects Fusion / NOF10.exe / data1.cab / CSSLib / City_Blue / forms.css next >
Encoding:
Cascading Style Sheet File  |  2007-04-11  |  2.5 KB  |  97 lines

  1. body {
  2. scrollbar-arrow-color: rgb(27,122,115);
  3. scrollbar-base-color: rgb(0,0,0);
  4. scrollbar-dark-shadow-color: rgb(0,0,0);
  5. scrollbar-track-color: rgb(27,122,115);
  6. scrollbar-face-color: rgb(241,229,255);
  7. scrollbar-shadow-color: rgb(0,0,0);
  8. scrollbar-highlight-color: rgb(221,221,221);
  9. scrollbar-3d-light-color: rgb(128,128,128)
  10. }
  11.  
  12. input[type="button"]{
  13.   background-color: rgb(27,122,115);
  14.   font-family: "Trebuchet MS",   Tahoma,   Verdana,   Arial,   Helvetica,   Sans-serif;
  15.   font-size: 1 em;
  16.   color: rgb(255,255,255);
  17.   border: 2px outset rgb(132,115,48)
  18. }
  19.  
  20.  input[type="submit"]{
  21.   background-color: rgb(27,122,115);
  22.   font-family: "Trebuchet MS"  ;
  23.   font-size: 1 em;
  24.   color: rgb(255,255,255);
  25.   border: 2px outset rgb(132,115,48)
  26. }
  27.  
  28.  input[type="reset"] {
  29.   background-color: rgb(27,122,115);
  30.   font-family: "Trebuchet MS"  ;
  31.   font-size: 1 em;
  32.   color: rgb(255,255,255);
  33.   border: 2px outset rgb(132,115,48)
  34. }
  35.  
  36. input[type="text"]{
  37.   background-color: rgb(27,122,115);
  38.   font-family: "Trebuchet MS",   Tahoma,   Verdana,   Arial,   Helvetica,   Sans-serif;
  39.   color: rgb(255,255,255);
  40.   border: solid 1px rgb(0,0,0)
  41. }
  42.  
  43.  input[type="password"] {
  44.   background-color: rgb(27,122,115);
  45.   font-family: "Trebuchet MS"  ;
  46.   color: rgb(255,255,255);
  47.   border: solid 1px rgb(0,0,0)
  48. }
  49.  
  50. input[type="checkbox"] {
  51.   background-color: rgb(241,229,255);
  52.   font-family: "Trebuchet MS",   Tahoma,   Verdana,   Arial,   Helvetica,   Sans-serif
  53. }
  54.  
  55. input[type="radio"] {
  56.   background-color: rgb(241,229,255);
  57.   font-family: "Trebuchet MS",   Tahoma,   Verdana,   Arial,   Helvetica,   Sans-serif
  58. }
  59.  
  60. input[type="file"] {
  61.   background-color: rgb(27,122,115);
  62.   font-family: "Trebuchet MS",   Tahoma,   Verdana,   Arial,   Helvetica,   Sans-serif;
  63.   color: rgb(255,255,255);
  64.   border: solid 1px rgb(0,0,0)
  65. }
  66.  
  67. textarea {
  68.   background-color: rgb(27,122,115);
  69.   font-family: "Trebuchet MS",   Tahoma,   Verdana,   Arial,   Helvetica,   Sans-serif;
  70.   color: rgb(255,255,255);
  71.   border: solid 1px rgb(0,0,0)
  72. }
  73.  
  74. select {
  75.   background-color: rgb(27,122,115);
  76.   font-family: "Trebuchet MS",   Tahoma,   Verdana,   Arial,   Helvetica,   Sans-serif;
  77.   color: rgb(255,255,255);
  78.   border: solid 1px rgb(0,0,0)
  79. }
  80.  
  81. selectoption { 
  82.  
  83. }
  84.  
  85. fieldset {
  86.   border: solid rgb(27,122,115)
  87. }
  88.  
  89. legend {
  90.   font-family: "Trebuchet MS",   Tahoma,   Verdana,   Arial,   Helvetica,   Sans-serif;
  91.   border: solid 1px rgb(27,122,115)
  92. }
  93.  
  94. label {
  95.   font-family: "Trebuchet MS",   Tahoma,   Verdana,   Arial,   Helvetica,   Sans-serif;
  96.   color: rgb(27,122,115) 
  97. }